Join us in London for Infosecurity Europe June 2 – 4, 2026 | Booth C69 | Excel London | Get a FREE ticket
curl --request POST \
--url https://api.example.com/v2/geoprovenance/origin \
--header 'Content-Type: application/json' \
--data '
{
"purls": [
{
"purl": "<string>",
"requirement": "<string>"
}
]
}
'{
"purls": [
{
"purl": "<string>",
"locations": [
{
"name": "<string>",
"percentage": 123
}
],
"info_message": "<string>",
"info_code": "<string>"
}
],
"status": {
"status": "UNSPECIFIED",
"message": "<string>",
"db": {
"schema_version": "<string>",
"created_at": "<string>"
},
"server": {
"version": "<string>"
}
}
}curl --request POST \
--url https://api.example.com/v2/geoprovenance/origin \
--header 'Content-Type: application/json' \
--data '
{
"purls": [
{
"purl": "<string>",
"requirement": "<string>"
}
]
}
'{
"purls": [
{
"purl": "<string>",
"locations": [
{
"name": "<string>",
"percentage": 123
}
],
"info_message": "<string>",
"info_code": "<string>"
}
],
"status": {
"status": "UNSPECIFIED",
"message": "<string>",
"db": {
"schema_version": "<string>",
"created_at": "<string>"
},
"server": {
"version": "<string>"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.scanoss.com/llms.txt
Use this file to discover all available pages before exploring further.
Purl request data (JSON payload) WARNING: PurlRequest is deprecated, use ComponentsRequest instead.
Purl request data (JSON payload) WARNING: PurlRequest is deprecated, use ComponentsRequest instead.
Show child attributes
A successful response.
[DEPRECATED] Component level Origin Response data (JSON payload) This message is deprecated. Use ComponentOriginResponse instead for better component handling. Contains geo-provenance information based on contributor origin commit times.